home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rotconstructor.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_ROTCONSTRUCTOR_H = 1;
- include("real/objects/r3constructor.js")
-
-
- var R3CLID_ROTCONSTRUCTOR = 1797;
-
-
-
-
-
-
-
- R3ROTCONSTRUCTORA_Position = 1797500;
- function SetR3ROTCONSTRUCTORA_Position(value) {
- R3Set(this.r3obj, R3ROTCONSTRUCTORA_Position, value, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- function GetR3ROTCONSTRUCTORA_Position() {
- return R3Get(this.r3obj, R3ROTCONSTRUCTORA_Position, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- R3ROTCONSTRUCTORA_Direction = 1797501;
- function SetR3ROTCONSTRUCTORA_Direction(value) {
- R3Set(this.r3obj, R3ROTCONSTRUCTORA_Direction, value, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- function GetR3ROTCONSTRUCTORA_Direction() {
- return R3Get(this.r3obj, R3ROTCONSTRUCTORA_Direction, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- R3ROTCONSTRUCTORA_Angle = 1797502;
- function SetR3ROTCONSTRUCTORA_Angle(value) {
- R3Set(this.r3obj, R3ROTCONSTRUCTORA_Angle, value, R3TID_FLOAT, 0);
- }
-
- function GetR3ROTCONSTRUCTORA_Angle() {
- return R3Get(this.r3obj, R3ROTCONSTRUCTORA_Angle, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Rotconstructor () {
- // Methods
-
- // Attributes
- this.GetPosition=GetR3ROTCONSTRUCTORA_Position;
- this.SetPosition=SetR3ROTCONSTRUCTORA_Position;
- this.GetDirection=GetR3ROTCONSTRUCTORA_Direction;
- this.SetDirection=SetR3ROTCONSTRUCTORA_Direction;
- this.GetAngle=GetR3ROTCONSTRUCTORA_Angle;
- this.SetAngle=SetR3ROTCONSTRUCTORA_Angle;
- }
-
- // r3rotconstructor.h_H